.session-banner-pre {
    position: relative;
    background: url('images/home\ ss1.JPG') no-repeat center center/cover;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.session-overlay-pre {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 147, 220, 0.48);
    /* Blue overlay */
    z-index: 1;
}

.session-content-pre {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
}

/* Custom styles for better spacing and alignment */
.president-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
}

.president-message {
    font-size: 1.1rem;
    line-height: 1.6;
    text-align: justify;
}


@media (max-width: 768px) {
    .session-content h1 {
        font-size: 2rem;
    }

    .session-content p {
        font-size: 0.9rem;
    }
}